home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the_fighter_training.swf / scripts / DefineButton2_291 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-13  |  112b  |  8 lines

  1. on(release){
  2.    if(_parent.isLogin == 1)
  3.    {
  4.       prevFrame();
  5.       _parent.loadData("today");
  6.    }
  7. }
  8.